Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove node externals #3

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Remove node externals #3

merged 3 commits into from
Feb 2, 2024

Conversation

jjspace
Copy link
Contributor

@jjspace jjspace commented Feb 2, 2024

With the release of CesiumJS v1.114 which included CesiumGS/cesium#11773 the external node modules are no longer necessary and can be excluded from the config. This pr removes them.

@ggetz Do you think it makes sense to still include a comment about this in the readme or somewhere? Or just remove and only support the latest version of cesium?

Testing

  • clean your local project
  • run npm install
  • run npm run dev and check the local version works
  • run npm run build and make sure there are no errors
  • run npm run preview and make sure the local built version still works

@jjspace jjspace requested a review from ggetz February 2, 2024 15:26
@ggetz
Copy link
Contributor

ggetz commented Feb 2, 2024

@jjspace In package.json, we can specify cesium >= 1.114 correct?

@jjspace
Copy link
Contributor Author

jjspace commented Feb 2, 2024

@ggetz I pinned the version of cesium to 1.114 and above and added a comment to the readme.

@ggetz
Copy link
Contributor

ggetz commented Feb 2, 2024

Looks good, thanks @jjspace!

@ggetz ggetz merged commit 98180b8 into main Feb 2, 2024
3 checks passed
@ggetz ggetz deleted the remove-externals branch February 2, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants